home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / conv / gfx2grob.lha / gfx2grob / src / smakefile < prev   
Makefile  |  1994-11-20  |  874b  |  75 lines

  1. .c.o:
  2.     sc > $>.cmp.er noicons $*.c
  3.  
  4. gfx2grob: \
  5.     Convert.o \
  6.     FileStuf.o \
  7.     GetOpts.o \
  8.     IffStuff.o \
  9.     gfx2grob.o \
  10.     PrintMsg.o
  11.  
  12.     slink > $@.lnk.er noicons < with <
  13.         from
  14.             lib:cres.o
  15.             Convert.o
  16.             FileStuf.o
  17.             GetOpts.o
  18.             IffStuff.o
  19.             gfx2grob.o
  20.             PrintMsg.o
  21.         to $@
  22.         lib
  23.             lib:sc.lib
  24.             lib:iff.lib
  25.             lib:amiga.lib
  26.         batch
  27. <
  28.  
  29. Convert.o: \
  30.     Convert.c \
  31.     gfx2grob.h \
  32.     PrintMsg.h \
  33.     FileStuf.h \
  34.     IffStuff.h \
  35.     Convert.h
  36.  
  37. FileStuf.o: \
  38.     FileStuf.c \
  39.     gfx2grob.h \
  40.     PrintMsg.h \
  41.     FileStuf.h \
  42.     IffStuff.h
  43.  
  44. GetOpts.o: \
  45.     GetOpts.c \
  46.     gfx2grob.h \
  47.     PrintMsg.h \
  48.     GetOpts.h
  49.  
  50. IffStuff.o: \
  51.     IffStuff.c \
  52.     gfx2grob.h \
  53.     PrintMsg.h \
  54.     Convert.h \
  55.     iff.h \
  56.     IffStuff.h
  57.  
  58. gfx2grob.o: \
  59.     gfx2grob.c \
  60.     gfx2grob.h \
  61.     PrintMsg.h \
  62.     GetOpts.h \
  63.     Convert.h
  64.  
  65. PrintMsg.o: \
  66.     PrintMsg.c \
  67.     gfx2grob.h \
  68.     Convert.h \
  69.     IffStuff.h \
  70.     PrintMsg.h
  71.  
  72. clean:
  73.     -delete \#?.er
  74.     -delete \#?.o
  75.